home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / bcb.exe / 0 / RCDATA / TCPPCPPOPTIONSPAGE / TCPPCPPOPTIONSPAGE.txt
Encoding:
Text File  |  1998-02-09  |  4.6 KB  |  233 lines

  1. object CppCppOptionsPage: TCppCppOptionsPage
  2.   Left = 0
  3.   Top = 0
  4.   Width = 400
  5.   Height = 283
  6.   HelpContext = 1745
  7.   Caption = 'C++'
  8.   OnBroadcast = CppCppOptionsPageBroadcast
  9.   object gbMemberPointer: TGroupBox
  10.     Left = 9
  11.     Top = 9
  12.     Width = 180
  13.     Height = 114
  14.     Caption = 'Member Pointers'
  15.     TabOrder = 0
  16.     object cbMPPrecision: TCheckBox
  17.       Left = 27
  18.       Top = 90
  19.       Width = 145
  20.       Height = 17
  21.       Caption = 'Ho&nor member precision'
  22.       TabOrder = 4
  23.     end
  24.     object rbMPAll: TRadioButton
  25.       Left = 9
  26.       Top = 18
  27.       Width = 160
  28.       Height = 17
  29.       Caption = '&All cases'
  30.       TabOrder = 0
  31.     end
  32.     object rbMPMI: TRadioButton
  33.       Left = 9
  34.       Top = 36
  35.       Width = 160
  36.       Height = 17
  37.       Caption = '&Multiple Inheritance'
  38.       TabOrder = 1
  39.     end
  40.     object rbMPSI: TRadioButton
  41.       Left = 9
  42.       Top = 54
  43.       Width = 160
  44.       Height = 17
  45.       Caption = 'Single Inheritance (&W)'
  46.       TabOrder = 2
  47.     end
  48.     object rbMPSmallest: TRadioButton
  49.       Left = 9
  50.       Top = 72
  51.       Width = 160
  52.       Height = 17
  53.       Caption = '&Smallest'
  54.       TabOrder = 3
  55.     end
  56.   end
  57.   object gbCompatibility: TGroupBox
  58.     Left = 9
  59.     Top = 126
  60.     Width = 180
  61.     Height = 78
  62.     Caption = 'Compatibility'
  63.     TabOrder = 1
  64.     object cbCompatScope: TCheckBox
  65.       Left = 8
  66.       Top = 18
  67.       Width = 169
  68.       Height = 17
  69.       Caption = '&Don'#39't restrict for loop scope'
  70.       TabOrder = 0
  71.     end
  72.     object cbCompatChar: TCheckBox
  73.       Left = 8
  74.       Top = 36
  75.       Width = 169
  76.       Height = 17
  77.       TabStop = False
  78.       Caption = 'No distinct '#39'char'#39' t&ype'
  79.       TabOrder = 1
  80.     end
  81.     object cbCompatMangle: TCheckBox
  82.       Left = 8
  83.       Top = 54
  84.       Width = 169
  85.       Height = 17
  86.       TabStop = False
  87.       Caption = 'Don'#39't mangle &code modifiers'
  88.       TabOrder = 2
  89.     end
  90.   end
  91.   object gbVirtualTables: TGroupBox
  92.     Left = 9
  93.     Top = 207
  94.     Width = 180
  95.     Height = 60
  96.     Caption = 'Virtual Tables'
  97.     TabOrder = 2
  98.     object rbVTSmart: TRadioButton
  99.       Left = 8
  100.       Top = 18
  101.       Width = 73
  102.       Height = 17
  103.       Caption = 'Sma&rt'
  104.       TabOrder = 0
  105.     end
  106.     object rbVTLocal: TRadioButton
  107.       Left = 8
  108.       Top = 36
  109.       Width = 73
  110.       Height = 17
  111.       Caption = '&Local'
  112.       TabOrder = 1
  113.     end
  114.     object rbVTExternal: TRadioButton
  115.       Left = 88
  116.       Top = 18
  117.       Width = 89
  118.       Height = 17
  119.       Caption = '&External'
  120.       TabOrder = 2
  121.     end
  122.     object rbVTPublic: TRadioButton
  123.       Left = 88
  124.       Top = 36
  125.       Width = 81
  126.       Height = 17
  127.       Caption = '&Public'
  128.       TabOrder = 3
  129.     end
  130.   end
  131.   object gbTemplates: TGroupBox
  132.     Left = 198
  133.     Top = 9
  134.     Width = 189
  135.     Height = 78
  136.     Caption = 'Templates'
  137.     TabOrder = 3
  138.     object rbTemplateSmart: TRadioButton
  139.       Left = 8
  140.       Top = 18
  141.       Width = 153
  142.       Height = 17
  143.       Caption = 'Smar&t'
  144.       TabOrder = 0
  145.     end
  146.     object rbTemplateGlobal: TRadioButton
  147.       Left = 8
  148.       Top = 36
  149.       Width = 161
  150.       Height = 17
  151.       Caption = '&Global'
  152.       TabOrder = 1
  153.     end
  154.     object rbTemplateExternal: TRadioButton
  155.       Left = 8
  156.       Top = 54
  157.       Width = 161
  158.       Height = 17
  159.       Caption = 'E&xternal'
  160.       TabOrder = 2
  161.     end
  162.   end
  163.   object gbExceptions: TGroupBox
  164.     Left = 198
  165.     Top = 90
  166.     Width = 189
  167.     Height = 114
  168.     Caption = 'Exception Handling'
  169.     TabOrder = 4
  170.     object cbEHEnable: TCheckBox
  171.       Left = 8
  172.       Top = 36
  173.       Width = 169
  174.       Height = 17
  175.       TabStop = False
  176.       Caption = 'Enable Except&ions'
  177.       TabOrder = 1
  178.       OnClick = cbEHEnableClick
  179.     end
  180.     object cbEHLocationInfo: TCheckBox
  181.       Left = 24
  182.       Top = 54
  183.       Width = 153
  184.       Height = 17
  185.       TabStop = False
  186.       Caption = 'L&ocation Information'
  187.       TabOrder = 2
  188.     end
  189.     object cbEHdtorCleanup: TCheckBox
  190.       Left = 24
  191.       Top = 72
  192.       Width = 153
  193.       Height = 17
  194.       TabStop = False
  195.       Caption = 'Destr&uctor Cleanup'
  196.       TabOrder = 3
  197.     end
  198.     object cbEHPrologs: TCheckBox
  199.       Left = 24
  200.       Top = 90
  201.       Width = 153
  202.       Height = 17
  203.       TabStop = False
  204.       Caption = '&Fast exception prologs'
  205.       TabOrder = 4
  206.     end
  207.     object cbEHRTTI: TCheckBox
  208.       Left = 8
  209.       Top = 18
  210.       Width = 153
  211.       Height = 17
  212.       Caption = 'Ena&ble RTTI'
  213.       TabOrder = 0
  214.     end
  215.   end
  216.   object gbGeneral: TGroupBox
  217.     Left = 198
  218.     Top = 207
  219.     Width = 189
  220.     Height = 60
  221.     Caption = 'General'
  222.     TabOrder = 5
  223.     object cbGenZeroBase: TCheckBox
  224.       Left = 8
  225.       Top = 18
  226.       Width = 169
  227.       Height = 17
  228.       Caption = '&Zero length empty base classes'
  229.       TabOrder = 0
  230.     end
  231.   end
  232. end
  233.